home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000317_news@columbia.edu _Wed Apr 3 11:18:45 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id LAA23537 for <kermit.misc@watsun>; Wed, 3 Apr 1996 11:18:42 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id LAA14273 for kermit.misc@watsun; Wed, 3 Apr 1996 11:18:38 -0500 (EST)
  4. Path: news.columbia.edu!not-for-mail
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Ms-Kermit Server Mode ( Help !!!!!!! )
  8. Date: 3 Apr 1996 11:18:01 -0500
  9. Organization: Columbia University
  10. Lines: 33
  11. Message-ID: <4ju8bp$mse@watsun.cc.columbia.edu>
  12. References: <4jrm53$of5@archangel.terraport.net>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <4jrm53$of5@archangel.terraport.net>,
  16. Ido Gileadi  <ido@terraport.net> wrote:
  17. : We have MS-Kermit sessions running on PC's in various locations. There is
  18. : a Unix kermit session that dials up all the PC one at a time and transfers
  19. : files. All the PCs are set to go into SERVER mode. 
  20. : We have one PC that occasionally gets out of SERVER mode on its own.
  21. : Why is this happening and how can it be fixed.
  22. : We have tried to set the PC into SERVER mode remotely but that did not
  23. : seem to work.
  24. : Help !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  25. :
  26. Once you put MS-DOS Kermit into server mode, how can it get out of server
  27. mode? --
  28.  
  29.  1. A BYE or FINISH command is sent to it.
  30.  
  31.  2. The SERVER command included a time limit (e.g. "server 600"),
  32.     or a SET SERVER TIMEOUT command was given.
  33.  
  34.  3. Somebody walked up to the PC and typed Ctrl-C to return to the
  35.     prompt.
  36.  
  37.  4. The PC was turned off, or crashed, or there was a power failure,
  38.     or the dog pulled out the power cord, etc.
  39.  
  40. I think that about covers it.
  41.  
  42. - Frank
  43.  
  44.